﻿@charset 'utf-8';
/*内页banner*/

.col-md-4{ margin:0 auto; padding:0; width:31.33%; float:left; margin:1%;}

.h_banner{
	position: relative;
	width: 100%;
}
.h_banner img{max-width:none;}
.h_pc_banner{
	position: absolute;
	top: 0;
	left: -960px;
	margin-left: 50%;
	height: 211px;
}
.h_ph_banner{
	display: none;
	width: 100%;
	height: auto;
}
.h_ph2_banner{
	display: none;
	width: 100%;
	height: auto;
}
.h_nav_banner{
	height: 211px;
	position: relative;
    color: #fff;
    font-size: 14px;
	font-family: "微软雅黑";
}
.h_nav_banner ul{
	position: absolute;
	right: 15px;
	bottom: 8px;
}
.h_nav_banner li{
	float: left;
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
	letter-spacing: 1.5px;
}
.h_nav_banner li:after{
	content: attr(data-mark);
	margin-left: 5px;
	margin-right: 5px;
}
.h_nav_banner li:last-child:after{
	display: none;
}
.h_nav_banner a{
    padding:0 2px;
	color: #fff;
    font-size: 14px;
	font-family: "微软雅黑";
	letter-spacing: 1.5px;
}
/*内页菜单*/
.h_nav_nei{
	width: 100%;
	background-color: #fff;
	height: 52px;

	box-shadow: 0 0 7px 0 #ddd;
}
.h_nav_nei ul{
	margin: 0;
}
.h_nav_nei li{
	float: left;
	color: #014a7f;
	font-size: 16px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	margin-left: 33px;
	margin-right: 10px;
	line-height: 3.5;
	position: relative;
}
.h_nav_nei li a{
	color: #014a7f;
}
.h_nav_nei li:after{
	content: "";
	position: absolute;
	bottom: 4px;
	left: 8%;
	width: 84%;
	border: 1px solid #014a7f;
	display: none;
}
.h_nav_nei li:hover:after{
	display: block;
}
.h_nav_nei li.active:after{
	display: block;
}

/*表单*/
.h_form{
	background-color: #fff;
	margin-top: 50px;
	box-shadow: 0 0 7px 0 #ddd;
	padding-left: 48px;
	padding-right: 52px;
	padding-top: 6px;
	padding-bottom: 30px;
}
.h_form h3{
	color: #333;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
	font-family: "微软雅黑";
	margin-bottom: 36px;
}
.h_form h3 span{
	position: relative;
}
.h_form h3 span:after{
	content: "";
	position: absolute;
	bottom: -12px;
	left: 26%;
	width: 48%;
	border-bottom: 1px solid #ccc;
}
.h_form form div{
	padding-top: 20px;
	padding-bottom: 20px;
}
.h_form form select,
.h_form form input
{
    font-size: 16px;
    font-family: "微软雅黑";
    height: 48px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    color: #999;
    border: 1px solid #ddd;
            appearance: none;
       -moz-appearance: none;
    -webkit-appearance: none;
        -ms-appearance: none;
}
.h_form form select
{
    background: url(../images/select.png) no-repeat 95% 50%;
}
.h_form form select option
{
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    color: #999;
}
.h_form form .h_form1 input{
	width: 100%;
}
.h_form form .h_form1 textarea{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 135px;
	max-height: 135px;
	color: #999;
    border: 1px solid #ddd;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-family: "微软雅黑";
}
.h_form form .h_form1{
	position: relative;
}
.h_form form .h_form1 span{
	position: absolute;
	top: 39%;
	right: -22px;
	color: #014a7f;
	font-size: 20px;
}
.h_form form .h_form2 input{
	width: 40%;
}
.h_form form .h_form2 select{
	width: 23.1%;
	margin-left: 6.1%;
	padding-left: 15px;
}
.h_form form .h_form3{
	padding-top: 0;
	padding-bottom: 0;
}
.h_form form .h_form3 div{
	display: inline-block;
	position: relative;
}
.h_form form .h_form3 input[type="text"]{
	width: 200px;
}
.h_form form .h_form3 img{
	position: absolute;
	top: 29px;
	right: 13px;
}
.h_form form .h_form3 span{
	position: absolute;
	top: 39%;
	right: -22px;
	color: #014a7f;
	font-size: 20px;
}
.h_form form .h_form3 button{
	float: right;
	width: 203px;
	background-color: #014a7f;
	color: #fff;
	font-size: 18px;
    font-family: "微软雅黑";
    letter-spacing: 45px;
    text-align: center;
    border: 0;
    height: 48px;
    padding-left: 45px;
    margin-top: 20px;
}
/*联系方式*/
.h_content{
	margin-top: 50px;
	padding-left: 48px;
	padding-top: 6px;
	padding-bottom: 20px;
}
.h_content h3{
	color: #333;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
	font-family: "微软雅黑";
	padding-right: 48px;
}
.h_content h3 span{
	position: relative;
}
.h_content h3 span:after{
	content: "";
	position: absolute;
	bottom: -12px;
	left: 26%;
	width: 48%;
	border-bottom: 1px solid #ccc;
}
.h_content ul{
	padding-top: 28px;
}
.h_content li{
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	letter-spacing: 0.8px;
}
.h_content li img{
	/*margin-right: 35px;*/
}
.h_content li span{
	display: block;
	padding-left: 84px;
	margin-top: -32px;
}
.h_content .h_erweima{
	margin-top: 74px;
	margin-left: 40px;
	color: #999;
}
.h_content .h_erweima h5{
	margin-top: 17px;
}
.map{
	height: 394px;
	width: 100%;
	margin-top: 40px;
}
/*代理商*/
.h_dai{
	margin-top: 40px;
	margin-bottom: 40px;
}
.h_dai h3{
	color: #333;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
	font-family: "微软雅黑";
	margin-bottom: 100px;
}
.h_dai h3 span{
	position: relative;
}
.h_dai h3 span:after{
	content: "";
	position: absolute;
	bottom: -16px;
	left: 26%;
	width: 48%;
	border-bottom: 1px solid #ccc;
}
.h_dai .col-md-7{
	padding-left: 0;
}
.h_dai .col-md-5{
	padding-left: 70px;
}
.h_dai .col-md-5 h4{
	margin-top: 0;
	color: #014a7f;
	font-family: "微软雅黑";
	letter-spacing: 2px;
}
.h_dai .col-md-5 p{
	font-size: 16px;
	margin-top: 15px;
	color: #333;
	font-family: "微软雅黑";
	letter-spacing: 1px;
}
.h_yan_form{
	margin-top: 25px;
}
.h_yan_form input{
	height: 50px;
	background-color: transparent;
	border: 1px solid #ddd;
	font-size: 16px;
	color: #999999;
	font-family: "微软雅黑";
	padding-left: 15px;
	padding-right: 15px;
	width: 285px;
}
.h_yan_form button{
	height: 50px;
	background-color: #014a7f;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-family: "微软雅黑";
	letter-spacing: 15px;
	padding-left: 15px;
	width: 114px;
	float: right;
}
.h_yes{
	margin-top: 50px;
	text-align: center;
}
.h_yes h5{
	margin-top: 32px;
	text-align: left;
	color: #014a7f;
	font-family: "微软雅黑";
	letter-spacing: 1px;
}
.h_yes_ul{
	margin-top: 36px;
}
.h_yes_ul li{
	font-size: 14px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	line-height: 1.7;
	padding-top: 12px;
	padding-bottom: 12px;
}
.h_no{
	margin-top: 50px;
	text-align: center;
}
.h_no h5{
	margin-top: 32px;
	color: #014a7f;
	font-family: "微软雅黑";
	letter-spacing: 1px;
}
/*分页*/
.activepage
{
    color: #014a7f;
    outline: 1px solid #014a7f;
}
.lpage
{
	margin-top: 52px;
	margin-bottom: 52px;
}
.lpage li
{
    font-size: 14px;
    line-height: 33px;

    display: inline-block;

    width: 34px;
    height: 34px;
    margin-right: 9px;

    vertical-align: top;
}
.lpage li:hover
{
    outline: 1px solid #014a7f;
}
.lpage a:hover
{
    color: #014a7f;
}
.lpage .r
{
    display: none;
}
.lpage li:hover .r
{
    display: inline;
}
.lpage li:hover .b
{
    display: none;
}
/*新闻*/
.h_news{
	margin-top: 21px;
}
.h_news .row{
	border-top: 1px solid #ddd;
	position: relative;
}
.h_news .col-xs-12:last-child .row{
	border-bottom: 1px solid #ddd;
}
.h_news h3{
	color: #333;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
	font-family: "微软雅黑";
	margin-bottom: 63px;
}
.h_news h3 span{
	position: relative;
}
.h_news h3 span:after{
	content: "";
	position: absolute;
	bottom: -16px;
	left: 18%;
	width: 64%;
	border-bottom: 1px solid #ccc;
}
.h_newr{
	position: absolute;
	right: 0;
	top: 50%;
}
.h_newrd{
	display: none;
}
.h_news .row:hover .h_newrd{
	display: inline-block;
}
.h_news .row:hover .h_newrr{
	display: none;
}
.h_news p a{
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
}
.h_news h6{
	color: #999;
	font-size: 12px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	margin-top: 15px;
}
.h_news h6 img{
	margin-right: 10px;
}
.h_news h5{
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	line-height: 1.8;
	margin-bottom: 0;
    height:50px; overflow:hidden;
}
.h_news .row:hover p a{
	color: #014a7f;
}
.h_news .row{
	padding-top: 25px;
	padding-bottom: 25px;
}
.h_news .col-md-3{
	padding-left: 0;
	width: 22.1%;
}
.h_news .col-md-3 a{
	display: inline-block;
	overflow: hidden;
    width:84.35%;
}
.h_news .col-md-3 a img{
	-webkit-transition: all 2.2s ease-out 0s;
	-moz-transition: all 2.2s ease-out 0s;
	-ms-transition: all 2.2s ease-out 0s;
	-o-transition: all 2.2s ease-out 0s;
	transition: all 2.2s ease-out 0s;
    width: 211px;
	height: 116px;
}
.h_news .col-md-3 a:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.h_news .col-md-9{
	padding-right: 80px;
}
/*新闻内页*/
.h_newnei{
	margin-top: 21px;
	padding-bottom: 26px;
}
.h_newnei h3{
	color: #333;
	line-height: 1.5;
	letter-spacing: 1.2px;
	text-align: center;
	font-family: "微软雅黑";
	margin-bottom: 63px;
}
.h_newnei h6{
	text-align: center;
	position: relative;
}
.h_newnei h6 span{
	color: #666;
	margin-left: 35px;
	margin-right: 35px;
	line-height: 1.5;
}
.h_newnei h6:after{
	content: "";
	position: absolute;
	width: 29%;
	border-top: 1px solid #ccc;
	left: 0;
	top: 8px;
}
.h_newnei h6:before{
	content: "";
	position: absolute;
	width: 28%;
	border-top: 1px solid #ccc;
	right: 0;
	top: 8px;
}
.h_newcon{
	margin-top: 55px;
}
.h_newcon h5{
	color: #333;
	line-height: 2.2;
	letter-spacing: 1px;
	font-family: "微软雅黑";
	margin-bottom: 33px;
	margin-top: 30px;
}
.h_newimg{
	text-align: center;
}
.h_newimg div{
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.h_newimg img{
	margin-top: 23px;
	margin-bottom: 23px;
	max-width: 100%;
}
.h_newpage{
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 0;
	padding-right: 0;
	border-top: 1px solid #ccc;
	position: relative;
}
.h_newpage h5 a{
	color: #666;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	line-height: 2;
}
.h_fare{
	color: #014a7f;
	font-size: 14px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	background-color: #f7f7f7;
	padding-left: 8px;
	padding-right: 3px;
	position: absolute;
	top: -19px;
	right: 47px;
}
.h_fare span{
	margin-left: 30px;
	color: #014a7f;
	font-size: 14px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	margin-top: 9px;
	display: inline-block;
}
/*喷码行业*/
.h_penmah{
	margin-top: 34px; margin:0 auto; padding:0; width:100%; height:auto; max-width:1000px;
}
.h_penmah h3{
	color: #333;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
	font-family: "微软雅黑";
	margin-bottom: 37px;
}
.h_penmah h3 span{
	position: relative;
}
.h_penmah h3 span:after{
	content: "";
	position: absolute;
	bottom: -16px;
	left: 29%;
	width: 42%;
	border-bottom: 1px solid #ccc;
}
.h_num {
	margin-top: 27px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.h_num:hover{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.h_num div[data-num="1"]{
	position: relative;
	padding: 25px 38px;
}
.h_num div[data-num="2"]{
	z-index: 1;
	position: relative;
}
.h_penmah h1{
	margin-top: 0;
	font-size: 24px;
	color: #3757ab;
	font-weight: bold;
	font-family: "微软雅黑";
	letter-spacing: 1px;
}
.h_penmah h5{
	color: #8997bb;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	line-height: 2.1;
	max-width: 219px;
	height: 58.8px;
	overflow: hidden;
}
.h_more{
	color: #8997bb;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: "微软雅黑";
	margin-top: 26px;
	display: inline-block;
	margin-bottom: 7px;
}
.h_penbei{
	z-index: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
.h_nu .h_num:nth-child(1) div[data-num="1"]{
	background-color: #C8C2C1;
}
.h_nu .h_num:nth-child(2) div[data-num="1"]{
	background-color: #D2E6EF;
}
.h_nu .h_num:nth-child(3) div[data-num="1"]{
	background-color: #E6F0F3;
}
.h_nu .h_num:nth-child(4) div[data-num="1"]{
	background-color: #D2E6EF;
}
.h_nu .h_num:nth-child(5) div[data-num="1"]{
	background-color: rgb(234,240,245);
}
.h_nu .h_num:nth-child(6) div[data-num="1"]{
	background-color: rgb(73,153,171);
}
.h_nu .h_num:nth-child(7) div[data-num="1"]{
	background-color: rgb(63,105,158);
}
.h_nu .h_num:nth-child(8) div[data-num="1"]{
	background-color: #E6F0F3;
}
.h_nu .h_num:nth-child(9) div[data-num="1"]{
	background-color: rgb(234,240,245);
}
.h_nu .h_num:nth-child(1) .bai,
.h_nu .h_num:nth-child(6) .bai,
.h_nu .h_num:nth-child(7) .bai{
	color: #fff;
}
.h_nu .h_num:nth-child(1) h5,
.h_nu .h_num:nth-child(6) h5,
.h_nu .h_num:nth-child(7) h5{
	color: #fff;
}

/*喷码行业内页*/
.h_penmahn{
	margin-top: 48px;
	margin-bottom: 48px;
}
.h_penmahn .col-sm-2{
	background-color: #fff;
	box-shadow: 0 0 7px 0 #ddd;
	width: 19%;
	padding: 0;
}
.h_penmahn h4{
	color: #333;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5;
	text-align: center;
	margin-top: 21px;
	margin-bottom: 21px;
}
.h_pencai{
	margin-bottom: 52px;

}
.h_pencai li{
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	line-height: 3;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
}
.h_pencai li div{
	display: block;
	border-bottom: 1px solid #eee;
}

.h_pencai li div a{display:block; color:#333;}

.h_pencai li:first-child div{
	border-top: 1px solid #eee;
}
.h_pencai li:hover div{
	border: 0;
}
.h_pencai li:hover{
	background-color: #014a7f;
	color: #fff;
	position: relative;
}
.h_pencai li:hover a{color: #fff;}
.h_pencai li:hover:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 5px;
	background-color: #FF4535;
}
.h_pencai li.active{
	background-color: #014a7f;
	color: #fff;
	position: relative;
}
.h_pencai li.active a{
	color: #fff;
}
.h_pencai li.active div{
	border: 0;
}
.h_pencai li.active:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 5px;
	background-color: #FF4535;
}
.h_penmahn .col-sm-10{
	width: 81%;
	padding-right: 0;
	padding-left: 50px;
}
.h_pencon{
	background-color: #fff;
	box-shadow: 0 0 7px 0 #ddd;
	padding-left: 31px;
	padding-right: 31px;
	padding-bottom: 35px;
}
.h_pencon h1{
	text-align: center;
	color: #014a7f;
	font-size: 24px;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 3;
	border-bottom: 1px solid #ddd;
	margin-bottom: 34px;
	margin-top: 0;
}
.h_pencon h5{
	color: #333;
	font-family: "微软雅黑";
	letter-spacing: 0.7px;
	line-height: 1.5;
	margin-top: 21px;
	margin-bottom: 21px;
}
.h_pencon h5[data-img]{
	margin-top: 29px;
	margin-bottom: 29px;
}
.h_pencon h5[data-title]{
	color: #014a7f;
	font-weight: bold;
}
.h_shengyu {
	text-align: center;
	margin-top: 37px;
	cursor: pointer;
}
.h_shengyu h5{
	color: #014a7f;
	margin-bottom: 10px;
}
/*相关产品*/
.h_xiangguan{
	margin-top: 67px;
	background-color: rgb(238,238,238);
	text-align: center;
	padding-bottom: 24px;
}
.h_xiangguan h3{
	color: #014a7f;
	line-height: 2;
	letter-spacing: 1px;
	text-align: center;
	font-family: "微软雅黑";
	margin-bottom: 37px;
}
.h_xiangguan h3 span{
	position: relative;
}
.h_xiangguan h3 span:after{
	content: "";
	position: absolute;
	bottom: -9px;
	left: 28%;
	width: 44%;
	border-bottom: 1px solid #014a7f;
}
.h_xiangguan h4{
	color: #014a7f;
	letter-spacing: 1px;
	font-family: "微软雅黑";
	margin-top: 25px;
}
.h_xiangguan h4 a{color:#014a7f;}
.h_xiangguan img{
	max-width: 100%;
}
.h_xiangguan .col-sm-3{
	margin-top: 14px;
}
.h_xiangguan .col-sm-3 div{
	height: 150px;
    overflow:hidden;
}
.h_phxiang{
	padding-top: 15px;
	position: relative;
}
.h_phxiang .hd{
	display: inline-block;
	margin-top: 17px;
}
.h_phxiang .hd .on{
	background-color: #014a7f;
}
.h_phxiang .hd li{
	border: 1px solid #014a7f;
	height: 8px;
	width: 8px;
	margin: 0 7px;
	float: left;
	border-radius: 50% 50%;
}
.h_phxiang .bd li div{
	height: 150px;
    overflow:hidden;
}
.h_phxiang0{
	display: none;
}
/*喷码应用*/
.h_penmay{
	margin-top: 24px;
	padding-bottom: 24px;
}
.h_penmay h3{
	color: #333;
	line-height: 2;
	letter-spacing: 1px;
	text-align: center;
	font-family: "微软雅黑";
	margin-bottom: 37px;
}
.h_penmay h3 span{
	position: relative;
}
.h_penmay h3 span:after{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 25%;
	width: 50%;
	border-bottom: 1px solid #ccc;
}
.h_ying{
	margin-top: 37px;
}
.h_ying div[data-bcolor]{
	background-color: #fff;
	padding-bottom: 11px;
	box-shadow: 0 0 7px 0 #ccc;
}
.h_ying div[data-bcolor] div{
	overflow: hidden;
}
.h_ying div[data-bcolor] img{
	-webkit-transition: all 2.2s ease-out 0s;
	-moz-transition: all 2.2s ease-out 0s;
	-ms-transition: all 2.2s ease-out 0s;
	-o-transition: all 2.2s ease-out 0s;
	transition: all 2.2s ease-out 0s;
}
.h_ying div[data-bcolor]:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.h_ying div[data-bcolor] .img-responsive{
	width: 100%;
}
.h_ying h4{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.5;
	font-family: "微软雅黑";
	padding-left: 25px;
    margin-top: 22px;
}
.h_ying a{
	color: #014a7f;
}
.h_ying h5{
	color: #666;
	letter-spacing: 1px;
	line-height: 1.2;
	font-family: "微软雅黑";
	padding-left: 25px;
    height:17px; overflow:hidden;
}
.h_ying h6{
	padding-left: 25px;
	margin-top: 27px;
}
.h_ying h6 a{
	font-size: 12px;
	display: inline-block;
	height: 32px;
	width: 99px;
	border: 1px solid #014a7f;
	text-align: center;
	line-height: 30px;
}
.h_ying div[data-bcolor]:hover h6 a{
	color: #fff;
	background-color: #014a7f;
}
.h_yingypage{
	border: 0;
	padding-bottom: 5px;
}
.h_yingypage h5{
	margin-top: 9px;
	margin-bottom: 9px;
}
.h_yingypage h5 a{
	color: #999;
}
.h_pencon h3{
	text-align: center;
	color: #333;
	margin-top: 0;
	line-height: 3.7;
	font-weight: bold;
	margin-bottom: 0;
}
.h_pencon p[data-title]{
	background-color: #014a7f;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	letter-spacing: 1px;
	font-family: "微软雅黑";
}
.h_pencon_ul ul{
	width: 50%;
	float: left;
	margin-top: 18px;
}
.h_pencon_ul li{
	font-size: 14px;
	color: #333;
	line-height: 2.5;
	letter-spacing: 1;
	font-family: "微软雅黑";
}
.h_pencon_ul1{
	margin-top: 16px;
	margin-bottom: 24px;
}
.h_pencon_ul1 li{
	font-size: 14px;
	color: #333;
	line-height: 2.5;
	letter-spacing: 1;
	font-family: "微软雅黑";
}
.z_case_con{font-size: 14px;
	color: #333;
	line-height: 2.5;
	letter-spacing: 1px;
	font-family: "微软雅黑";}
.h_pencon_ul2{
	margin-top: 30px;
}
.h_pencon_ul3{
	margin-top: 48px;
}
.h_pencon_ul3 li{
	float: left;
	width: 50%;
	padding-right: 5px;
}
.h_pencon_ul3 li:last-child{
	text-align: right;
	padding-left: 5px;
	padding-right: 0px;
}
.h_pencon_ul3 li img{
	max-width: 100%;
}
div[data-dis]{
	display: none;
}
div[data-dis].active{
	display: block;
}
/*产品中心*/
.h_chanpin{
	margin-top: 24px;
	padding-bottom: 24px;
}
.h_chanpin h3{
	color: #333;
	line-height: 2;
	letter-spacing: 1px;
	text-align: center;
	font-family: "微软雅黑";
	margin-bottom: 37px;
}
.h_chanpin h3 span{
	position: relative;
}
.h_chanpin h3 span:after{
	content: "";
	position: absolute;
	bottom: -15px;
	left: -28px;
	width: 48px;
	margin-left: 50%;
	border-bottom: 1px solid #ccc;
}
.h_chanpin .h5{
	text-align: center;
	color: #333;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	line-height: 2;
	margin: 0;
}
.h_chanpin .h5:last-child{
	margin-bottom: 23px;
}
.h_chanpin .h5 div{
	display: inline-block;
	max-width: 708px;
}
.h_pcchan{
	width: 100%;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 7px 0 #ccc;
	text-align: center;
	margin-bottom: 4px;
}
.h_pcchan .hd{
	display: inline-block;
	margin-top: 17px;
}
.h_pcchan .hd .on{
	background-color: #014a7f;
}
.h_pcchan .hd li{
	border: 1px solid #014a7f;
	height: 6px;
	width: 28px;
	margin: 3px 2px;
	float: left;
}
.h_pcchan .bd li{
	width: 100%;
	padding-top: 26px;
	padding-left: 53px;
	padding-right: 53px;
	padding-bottom: 11px;
}
.h_pcchan .prev{
	position: absolute;
	top: 38%;
	left: 15px;
}
.h_pcchan .next{
	position: absolute;
	top: 38%;
	right: 15px;
}
.h_pcchan .col-sm-5,
.h_pcchan .col-sm-7{
	text-align: left;
	height: 252px;
}
.h_pcchan .col-sm-5 img{
	max-width: 100%;
	height: 100%;
}
.h_pcchan .col-sm-7 h3{
	color: #333;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	line-height: 2;
	font-weight: bold;
	margin-top: 6px;
}
.h_pcchan .col-sm-7 h3 a{
	color: #333;
}
.h_pcchan .col-sm-7 h3 a:hover{
	color: #014a7f;
}
.h_pcchan .col-sm-7 h5{
	color: #333;
	font-family: "微软雅黑";
	letter-spacing: 0.5px;
	line-height: 1.7;
	margin-top: 20px;
}
.h_pcchan .col-sm-7 h6 a{
	display: inline-block;
	height: 32px;
	width: 101px;
	color: #014a7f;
	border: 1px solid #014a7f;
	font-size: 12px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.h_pcchan .col-sm-7 h6 a:hover{
	background-color: #014a7f;
	color: #fff;

}
.h_chan00{
	margin-top: 58px;
	padding-left: 37px;
	padding-right: 37px;
}
.h_chan00row{
	margin-right: -37px;
	margin-left: -37px;
}
.h_chan00 div[data-con]{
	position: relative;
}
.h_chan00 div[data-con] img{
	width: 100%;
}
.h_chan00 h4{
	font-family: "微软雅黑";
	letter-spacing: 1px;
	line-height: 1.5;
	margin-top: 21px;
}
.h_chan00 h4 a{
	color: #333;
}
.h_chan00 h4 a:hover{
	color: #014a7f;
}
.h_chan00 h6{
	color: #666;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	line-height: 1.5;
	margin-top: 14px;
	width: 60%;
}
.h_chan00 h6 a{
	display: inline-block;
	height: 32px;
	width: 101px;
	color: #014a7f;
	font-size: 12px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	border: 1px solid #014a7f;
}
.h_chan00 h6 a:hover{
	background-color: #014a7f;
	color: #fff;
}
.h_chan00:hover h6 a{
	background-color: #014a7f;
	color: #fff;
}
.h_chan00:hover h4 a{
	color: #014a7f;
}
/*产品中心内页*/
.h_chanpinr h1{
	line-height: 2.6;
}
/*轮播*/
.picFocus{ 
	float: left;
	width:393px;
	position:relative;
	overflow:hidden;
	zoom:1;
	margin-left: 10px;
}
.picFocus .hd{
	width: 100%;
	padding-top:5px;  
	overflow:hidden; 
	text-align: center;
}
.picFocus .hd ul{
	display: inline-block;
	overflow:hidden; 
	margin-right:-26px;
	zoom:1; 
	margin-bottom: 0;
}
.picFocus .hd ul li{
	padding-top:5px; 
	float:left;  
	text-align:center;  
}
.picFocus .hd ul li img{ 
	width:91px; 
	height:65px; 
	border:1px solid #ddd; 
	cursor:pointer; 
	margin-right:26px;
}
.picFocus .hd ul li.active img{
	border:2px solid #014a7f;
}
.picFocus .bd li{ 
	vertical-align:middle; 
	display: none;
}
.picFocus .bd li:first-child{
	display: block;
}
.picFocus .bd ul{
	margin-bottom: 0;
}
.picFocus .hdt{
	margin-left: 31px;
	margin-right: 31px;
}
.picFocus .bd img{ 
	width: 100%; 
	display:block;  
}
.picFocus .bd{
	border: 1px solid #bbb;
}
.picFocus .prev{
	position: absolute;
	bottom: 19px;
	left: 3px;
	width: 16px;
	height: 34px;
}
.picFocus .next{
	position: absolute;
	bottom: 19px;
	right: 3px;
	width: 16px;
	height: 34px;
}
/*手机版*/
.tabBox{
	position: relative;
	width: 100%;
	display: none;
}
.tabBox .hd{
	position: absolute;
	bottom: 5px;
	width: 100%;
	left: 0;
	text-align: center;
}
.tabBox .hd ul{ 
	overflow:hidden;
	display: inline-block;
}
.tabBox .hd ul li{ 
	float:left;
	border:1px solid #014a7f;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	margin-right: 15px;
}
.tabBox .hd ul li.on{ 
	border:1px solid #014a7f;
	background:#014a7f;   
}
.tabBox .bd ul{width: 100%;}
.tabBox .bd li{
	width: 100%;
}
.tabBox .bd li img{
	width: 100%;
}

.h_chanpinul{
	float: left;
	width: 423px;
	margin-left: 34px;
}
.h_chanpinul h3{
	font-size: 20px;
	color: #014a7f;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 18px;
}
.h_chanpinul li{
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	line-height: 1.6;
}
.h_chanpinul h5{
	margin-top: 37px;
}
.h_chanpinul h5 a{
	display: inline-block;
	text-align: center;
	color: #014a7f;
	width: 101px;
	height: 35px;
	line-height: 32px;
	border: 1px solid #014a7f;
	font-family: "微软雅黑";
}
.h_chanmenu{
	width: 100%;
	margin-top: 82px;
}
.h_chanmenu li{
	float: left;
	width: 25%;
	text-align: center;
	color: #014a7f;
	font-size: 16px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	line-height: 36px;
	border-top: 1px solid #014a7f;
	border-bottom: 1px solid #014a7f;
	border-right: 1px solid #014a7f;
	cursor: pointer;
}
.h_chanmenu li:first-child{
	border-left: 1px solid #014a7f;
}
.h_chanmenu li.active{
	background-color: #014a7f;
	color: #fff;
}
.h_chanmenucon{
	display: none;
	margin-top: 62px;
}
.h_chanmenucon img{max-width:100%;}
.h_chanmenucon0{
	display: block;
	margin-top: 40px;
}
.h_chanmenucon0 table{
	width: 100%;
}
.h_chanmenucon0 table td{
	width: 50%;
	text-align: center;
	border: 1px solid #aaa;
	color: #666;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: "微软雅黑";
	line-height: 35px;
}
.h_chanmenucon0 table td[data]{
	color: #fff;
	background-color: #014a7f;
}

.h_genduo {
	text-align: center;
	margin-top: 73px;
	cursor: pointer;
}
.h_genduo h5{
	font-size: 24px;
	color: #014a7f;
	font-weight: bold;
	margin-bottom: 12px;
}
.h_chanpindi{
	border-top: 1px solid #ccc;
	padding-top: 27px;
}
.h_chanpindi span{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: "微软雅黑";
	line-height: 33px;
	color: #014a7f;
    float:left;
}
.h_chanpindi a{
	display: inline-block;
	line-height: 33px;
	color: #014a7f;
	border: 1px solid #014a7f;
	text-align: center;
	width: 110px;
}
.h_chanpindi a:last-child{
	margin-left: 24px;
}
.h_chanpinr{
	padding-bottom: 30px;
}
.h_chanmenucon1{
	margin-top: 55px;
	margin-bottom: 20px;
}
.h_chanmenucon1 h5{
	font-weight: bold;
	letter-spacing: 1px;
	font-family: "微软雅黑";
	line-height: 33px;
	color: #014a7f;
	margin-bottom: 19px;
}
.h_chanmenucon1 li{
	letter-spacing: 1px;
	font-family: "微软雅黑";
	line-height: 1.65;
	color: #666;
	font-size: 14px;
}
.h_chanmenucon2 .col-md-4{
	margin-top: 20px;
}
.h_chanmenucon2 div[data-con]{
	box-shadow: 0 0 7px 0 #ddd;
	padding-bottom: 8px;
}
.h_chanmenucon2 div[data-con] img{
	width: 100%;
}
.h_chanmenucon2 h4{
	text-align: left;
	padding-left: 25px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 7px;
}
.h_chanmenucon2 h4 a{
	color: #014a7f;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: "微软雅黑";
}
.h_chanmenucon2 h5{
	color: #666;
	letter-spacing: 1px;
	font-family: "微软雅黑";
	line-height: 1.65;
	padding-left: 25px;
	margin-top: 7px;
}
.h_chanmenucon2 h6{
	padding-left: 25px;
}
.h_chanmenucon2 h6 a{
	display: inline-block;
	color: #014a7f;
	letter-spacing: 1px;
	font-family: "微软雅黑";
	line-height: 1.65;
	border: 1px solid #014a7f;
	line-height: 30px;
	width: 101px;
	text-align: center;
}
.h_chanmenucon2 h6 a:hover{
	color: #fff;
	background-color: #014a7f;
}
.h_chanmenucon3 .h_pencon_ul3 div{
	display: inline-block;
	position: relative;
}
.h_chanmenucon3 .h_pencon_ul3 .z_video_div{width:100%;}
.h_chanmenucon3 .h_pencon_ul3 .h_bo{
	position: absolute;
	top: 50%;
	margin-top: -27px;
	left: 50%;
	margin-left: -27px;
	cursor: pointer;
}
.h_chanmenucon3 .h_pencon_ul3 .h_bo img[data-num="2"]{
	display: none;
}
.h_chanmenucon3 .h_pencon_ul3 .h_bo:hover img[data-num="2"]{
	display: block;
}
.h_chanmenucon3 .h_pencon_ul3 .h_bo:hover img[data-num="1"]{
	display: none;
}
.h_chanmenucon3 .h_pencon_ul3 li{
	padding-right: 29px;
}
.h_chanmenucon3 .h_pencon_ul3 li:last-child{
	padding-left: 29px;
	padding-right: 0;
}
.h_chanmenucon3 .h_pencon_ul3 h4{
	font-size: 16px;
	color: #014a7f;
	letter-spacing: 1px;
	font-family: "微软雅黑";
	line-height: 1.5;
	text-align: left;
	font-weight: 500;
	margin-top: 18px;
}
.h_chanmenucon3 .h_pencon_ul3 h4 small{
	color: #666;
	margin-top: 8px;
}
.h_chanmenucon3 .h_baozhi{
	float: left;
	padding-left: 15px;
}
.h_chanmenucon3 .h_baozhi img{
	width: 137px;
	height: 184px;
}
.h_chanmenucon3 .h_baozhir{
	float: left;
	padding-left: 15px;
}
.h_chanmenucon3 .h_baozhir h4{
	color: #014a7f;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin-top: 3px;
	margin-bottom: 8px;
}
.h_chanmenucon3 .h_baozhir h5{
	color: #666;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin-top: 8px;
	margin-bottom: 8px;
}
.h_chanmenucon3 .h_baozhir h6{
	margin-top: 57px;
}
.h_chanmenucon3 .h_baozhir h6 a{
	display: inline-block;
	line-height: 38px;
	width: 157px;
	text-align: center;
	font-size: 14px;
	background-color: #014a7f;
	color: #fff;
	font-family: "微软雅黑";
}
.h_chanmenucon3 .h_baozhir h6 a img{
	margin-right: 10px;
}
.h_chanmenucon3 .col-sm-6:first-child:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80%;
	border-bottom: 1px solid #ccc;
}
.h_chanmenucon3 .col-sm-6:nth-child(2):after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80%;
	border-bottom: 1px solid #ccc;
}
.h_chanmenucon3 .col-sm-6{
	padding-top: 44px;
	padding-bottom: 38px;
}
.h_chakan{
	line-height: 1.5;
	font-size: 16px;
	color: #014a7f;
	margin-top: 22px;
	margin-bottom: 0px;
	font-weight: bold;
	font-family: "微软雅黑";
}
/*历史*/
.h_li_l{
	background: url(../images/h_lishi_l.png) top right no-repeat;
	height: 325px;
	margin-left: 21px;
	margin-top: -130px;
}
.h_li_r{
	background: url(../images/h_lishi_r.png) top left no-repeat;
	height: 325px;
	margin-right: 21px;
	margin-top: -130px;
}
.h_li_l .pull-left{
	width: 219px;
	text-align: right;
	margin-top: -31px;
	margin-left: 42px;
}
.h_li_r .pull-right{
	width: 219px;
	text-align: left;
	margin-top: -31px;
	margin-right: 42px;
}
.h_li h1{
	font-size: 48px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	margin-top: 0;
}
.h_li h1 span{
	font-size: 23px;
}
.h_li h5{
	color: #333;
	font-family: "微软雅黑";
	letter-spacing: 0.4px;
	line-height: 1.8;
	margin-bottom: 15px;
}
.h_li h6{
	margin-bottom: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1229px) {
	.h_yan_form input{
		width: 265px;
	}
	.h_chanpinul {
		width: 382px;
		margin-left: 25px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.h_form form .h_form2 select {
		width: 24%;
		margin-left: 5.1%;
	}
	.h_form form .h_form3 button {
		width: 132px;
		letter-spacing: 14px;
		padding-left: 14px;
	}
	.h_content li {
		padding-left: 20px;
	}
	.h_yan_form input{
		width: 63%;
	}
	.h_yan_form button{
		width: 34%;
	}
}
@media screen and (max-width: 1199px) {
	.h_news .col-md-9{
		padding-right: 15px;
	}
	.h_penmahn .col-sm-10 {
		width: 79%;
	}
	.h_penmahn .col-sm-2 {
		width: 21%;
	}
	.h_chan00{
		padding-left: 18px;
		padding-right: 18px;
	}
	.h_chan00row{
		margin-right: -18px;
		margin-left: -18px;
	}
	.picFocus {
		width: 309px;
		margin-left: 0;
	}
	.picFocus .hd ul li img {
		width: 66px;
		height: 52px;
	}
	.picFocus .next,
	.picFocus .prev{
		bottom: 14px;
	}
	.h_chanpinul {
		margin-left: 19px;
		width: 302px;
	}
	.h_li_l .pull-left{
		margin-left: -20px;
	}
	.h_li_r .pull-right{
		margin-right: -20px;
	}
}
@media screen and (max-width: 1200px) {
    .h_news .col-md-3 a {
        display: inline-block;
        overflow: hidden;
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
	.h_content{
		text-align: center;
		padding-left: 15px;
	}
	.h_content ul{
		display: inline-block;
		text-align: left; 
	}
	.h_content li{
		padding-left: 0px;
	}
	.h_dai .col-md-5{
		padding-left: 15px;
		margin-top: 45px;
	}
	.h_news .col-md-3{
		width: 100%;
        padding:0;
		text-align: center;
	}
	.h_news .col-md-9{
		padding-right: 0px;
		padding-left: 0px;
		margin-top: 15px;
	}
	.h_newnei h6:before{
		width: 15%;
	}
	.h_newnei h6:after{
		width: 15%;
	}
	.h_ying div[data-bcolor]{
		margin-right: 0px;
	}
	.h_penmahn .col-sm-10 {
		width: 77%;
		padding-left: 15px;
	}
	.h_penmahn .col-sm-2 {
		width: 23%;
	}
	.h_pencon {
		padding-left: 15px;
		padding-right: 15px;
	}
	.h_nav_nei li {
		margin-left: 15px;
	}
	.h_chanpin .h5 div{
		display: block;
		max-width: 100%;
	}
	.h_content h3{
		padding-right: 0;
	}
	.picFocus{ 
		width:393px;
		margin: 0 auto;
		float: none;
	}
	.picFocus .hd ul li img{ 
		width:91px; 
		height:65px; 
	}
	.picFocus .prev,
	.picFocus .next{
		bottom: 19px;
	}
	.h_chanpinul{
		margin-top: 30px;
		width: 100%;
	}
	.h_chanmenu {
		margin-top: 18px;
	}
	.h_chanmenucon0 {
		margin-top: 37px;
	}
	.h_chanmenucon2 .col-md-4{
		padding-left: 8px;
		padding-right: 8px;
	}
	.h_chanmenucon2 .row{
		margin-right: -8px;
		margin-left: -8px;
	}
	.h_chanmenucon2 h4,
	.h_chanmenucon2 h5,
	.h_chanmenucon2 h6{
		padding-left: 15px;
	}
	.lsur .col-sm-6{
		margin-top: 25px;
	}
	.lsur .col-sm-6 img{
		width: 100%;
	}
	.lsur .row2 {
		margin-top: 6px;
	}
	
}
@media screen and (max-width: 768px) {
	.h_pc_banner{
		display: none;
	}
	.h_ph_banner{
		display: block;
	}
	.h_nav_banner{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.h_nav_nei{
		display: none;
	}
	.h_form{
		padding-left: 15px;
		padding-right: 35px;
		margin-top: 20px;
	}
	.h_yan_form input{
		width: 63%;
	}
	.h_yan_form button{
		width: 34%;
	}
	.h_news .col-md-3 a{
		width: 100%;
	}
	.h_news .col-md-3 img{
		display: inline-block;
		width: 100%;
	}
	.h_news h5{
		height: 50px;
		overflow: hidden;
	}
	.h_newnei h6:before{
		display: none;
	}
	.h_newnei h6:after{
		display: none;
	}
	.h_newnei h6 span{
		margin-left: 5px;
		margin-right: 5px;
	}
	.h_newnei h6 span:first-child{
		margin-left: 0px;
	}
	.h_newnei h6 span:last-child{
		margin-right: 0px;
	}
	.h_newimg div{
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.h_fare{
		display: none;
	}
	.h_num{
		padding: 0;
	}
	.h_pcxiang{
		display: none;
	}
	.h_phxiang0{
		display: block;
	}
	.h_ying{
		padding-right: 8px;
		padding-left: 8px;
	}
	.h_ying h4,
	.h_ying h5,
	.h_ying h6{
		padding-left: 10px;
	}
	.h_penmahn .col-sm-10{
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}
	.h_penmahn .col-sm-2{
		width: 100%;
	}
	.h_pencai{
		display: none;
	}
	#h_menu{
		cursor: pointer;
	}
	.h_chanpin .h5{
		display: none;
	}
	.h_chanpin h3{
		color: #666;
		line-height: 1.3;
		margin-bottom: 28px;
	}
	.h_chanpin {
		margin-top: 10px;
	}
	.h_chanpin h3 span:after{
		display: none;
	}
	.h_pcchan .col-sm-5 img{
		width: 100%;
		height: auto;
	}
	.h_pcchan .prev,
	.h_pcchan .next{
		height: 36px;
		width: 19px;
	}
	.h_pcchan .col-sm-5,
	.h_pcchan .col-sm-7{
		height: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.h_pcchan .col-sm-7 h3{
		font-size: 18px;
		padding-right: 103px;
	}
	.h_pcchan .col-sm-7 h5{
		display: none;
	}
	.h_pcchan .col-sm-7 h6 a{
		right: 0;
		left: auto;
		top: 15px;
		bottom: auto;
	}
	.h_pcchan .hd{
		margin-bottom: 7px;
	}
	.h_chan00 h6[data]{
		display: none;
	}
	.h_chan00 h6{
		display: none;
	}
	.h_chan00{
		padding-left: 13px;
		padding-right: 13px;
	}
	.h_chan00row{
		margin-right: -13px;
		margin-left: -13px;
	}
	.picFocus{
		display: none;
	}
	.tabBox{
		display: block;
	}
	.h_chanpinul{
		margin-left: 0;
	}
	.h_chanmenu li{
		width: 50%;
	}
	.h_chanmenu li:nth-child(3){
		border-left: 1px solid #014a7f;
		border-top: 0;
	}
	.h_chanmenu li:nth-child(4){
		border-top: 0;
	}
	.h_chanpindi span{
		display: block;
	}
	.h_chanpindi .pull-right{
		float: left !important;
		margin-top: 15px;
	}
	.h_chanmenucon3 .h_pencon_ul3 .h_bo img{
		height: 36px;
		width: 36px;
	}
	.h_chanmenucon3 .h_pencon_ul3 .h_bo{
		margin-top: -18px;
		margin-left: -18px;
	}
	.h_chanmenucon3 .h_pencon_ul3 li{
		padding-right: 5px;
	}
	.h_chanmenucon3 .h_pencon_ul3 li:last-child{
		padding-left: 5px;
		padding-right: 0;
	}
	.h_chanmenucon3 .col-sm-6:first-child:after{
		display: none;
	}
	.h_chanmenucon3 .col-sm-6:nth-child(2):after{
		display: none;
	}
	.h_newr{
		display: none;
	}
	.index .rdiv{
		display: none;
	}

}
@media screen and (max-width: 520px) {
	.h_form form .h_form3 button {
		display: block;
		width: 100%;
		letter-spacing: 14px;
		padding-left: 14px;
	}
	.h_form form .h_form2 input{
		display: block;
		width: 100%;
	}
	.h_form form .h_form2 select{
		display: block;
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
	}
	.h_form{
		padding-bottom: 94px;
	}
	.col-md-4{
		width: 96.33%
	}
}
@media screen and (max-width: 445px) {
	.h_ph_banner{
		display: none;
	}
	.h_ph2_banner{
		display: block;
	}
}
@media screen and (max-width: 360px) {
	.h_pcchan .bd li {
		padding-left: 41px;
		padding-right: 41px;
	}
	.h_chan00 h4{
		font-size: 14px;
	}
	.h_chan00 h6 a{
		width: 76px;
	}
	.h_pcchan .col-sm-7 h6 a{
		width: 76px;
	}
}
.h_close{
	position: absolute;
	top: -20px;
	right: -18px;
}
.modal{
	z-index: 10050;
}
.h_videobo{
	position: absolute;
	top: 50%;
	margin-top: -27px;
	left: 50%;
	margin-left: -27px;
	cursor: pointer;
}
video{
	width: 100%;
}
@media screen and (min-width: 790px) {
	.modal-dialog{
		width: 790px;
		margin: 90px auto;
	}
}
@media screen and (max-width: 767px) {
	.modal-dialog{
		width: 94%;
		margin: 30px 10px;
	}
}
.h_pinpai{
	color: #333;
	line-height: 2;
	letter-spacing: 1px;
	text-align: center;
	font-family: "微软雅黑";
	margin-bottom: 37px;
	margin-top: 0;
}
.h_pinpai span{
	position: relative;
}
.h_pinpai span:after{
	content: "";
	position: absolute;
	bottom: -15px;
	left: -28px;
	width: 48px;
	margin-left: 50%;
	border-bottom: 1px solid #ccc;
}
.h_work{
	margin-top: 51px;
	margin-bottom: 54px;
}
.h_lishi{
	margin-top: 41px;
	margin-bottom: 54px;
}
.h_gushi{
	margin-top: 41px;
	margin-bottom: 44px;
}
.h_chanpin .h_shouhou{
	margin-top: 18px;
	margin-bottom: 18px;
}
.h_chanpin .h_shouhou span::after {
    bottom: -13px;
}



.z_ul{display:flex; flex-wrap: wrap; align-items: flex-start;}